projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
230b778
)
; * test/lisp/progmodes/flymake-tests.el: remove duplicate function
author
Mattias Engdegård
<mattiase@acm.org>
Thu, 13 Jan 2022 10:27:21 +0000
(11:27 +0100)
committer
Mattias Engdegård
<mattiase@acm.org>
Thu, 13 Jan 2022 10:27:21 +0000
(11:27 +0100)
test/lisp/progmodes/flymake-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/progmodes/flymake-tests.el
b/test/lisp/progmodes/flymake-tests.el
index 0793b2bfdabf2809fbeae4dae911db918971143e..ced7b5aacedb4e6603553525932ca9043e9ee7cb 100644
(file)
--- a/
test/lisp/progmodes/flymake-tests.el
+++ b/
test/lisp/progmodes/flymake-tests.el
@@
-145,11
+145,6
@@
SEVERITY-PREDICATE is used to setup
(string-match "[Cc]lang version "
(shell-command-to-string "gcc --version")))
-(defun flymake-tests--gcc-is-clang ()
- "Whether the `gcc' command actually runs the Clang compiler."
- (string-match "[Cc]lang version "
- (shell-command-to-string "gcc --version")))
-
(ert-deftest different-diagnostic-types ()
"Test GCC warning via function predicate."
(skip-unless (and (executable-find "gcc")